home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / TeaTimer.exe / 0 / RCDATA / TFORMPROCESSWARNING / TFORMPROCESSWARNING.txt < prev   
Text File  |  2005-05-31  |  5KB  |  209 lines

  1. object formProcessWarning: TformProcessWarning
  2.   Left = 303
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spybot - Search & Destroy'
  7.   ClientHeight = 233
  8.   ClientWidth = 353
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 260
  11.   Constraints.MinHeight = 260
  12.   Constraints.MinWidth = 359
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Icon.Data = {<image000.ico>}
  20.   OldCreateOrder = False
  21.   Position = poScreenCenter
  22.   Scaled = False
  23.   DesignSize = (
  24.     353
  25.     233)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object imgLogo: TImage
  29.     Left = 8
  30.     Top = 8
  31.     Width = 32
  32.     Height = 32
  33.     Picture.Data = {<image001.ico>}
  34.   end
  35.   object labelInfo: TLabel
  36.     Left = 48
  37.     Top = 8
  38.     Width = 257
  39.     Height = 49
  40.     Alignment = taCenter
  41.     Anchors = [akLeft, akTop, akRight]
  42.     AutoSize = False
  43.     Caption = 
  44.       'Spybot - Search && Destroy has encountered and terminated a proc' +
  45.       'ess that is listed as part of a malicious software.'
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object labelInfoProcessIDInfo: TLabel
  50.     Left = 8
  51.     Top = 56
  52.     Width = 72
  53.     Height = 17
  54.     AutoSize = False
  55.     Caption = 'Process ID:'
  56.   end
  57.   object labelFilenameInfo: TLabel
  58.     Left = 8
  59.     Top = 72
  60.     Width = 72
  61.     Height = 17
  62.     AutoSize = False
  63.     Caption = 'Filename:'
  64.   end
  65.   object labelProductInfo: TLabel
  66.     Left = 8
  67.     Top = 104
  68.     Width = 72
  69.     Height = 17
  70.     AutoSize = False
  71.     Caption = 'Identified as:'
  72.   end
  73.   object labelProcessID: TLabel
  74.     Left = 88
  75.     Top = 56
  76.     Width = 256
  77.     Height = 17
  78.     Anchors = [akLeft, akTop, akRight]
  79.     AutoSize = False
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.   end
  87.   object labelFilename: TLabel
  88.     Left = 88
  89.     Top = 72
  90.     Width = 256
  91.     Height = 17
  92.     Anchors = [akLeft, akTop, akRight]
  93.     AutoSize = False
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.   end
  101.   object labelProduct: TLabel
  102.     Left = 88
  103.     Top = 104
  104.     Width = 256
  105.     Height = 17
  106.     Anchors = [akLeft, akTop, akRight]
  107.     AutoSize = False
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.   end
  115.   object labelPathInfo: TLabel
  116.     Left = 8
  117.     Top = 88
  118.     Width = 72
  119.     Height = 17
  120.     AutoSize = False
  121.     Caption = 'Found in:'
  122.   end
  123.   object labelPath: TLabel
  124.     Left = 88
  125.     Top = 88
  126.     Width = 256
  127.     Height = 17
  128.     Anchors = [akLeft, akTop, akRight]
  129.     AutoSize = False
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = [fsBold]
  135.     ParentFont = False
  136.   end
  137.   object imgSpecific: TImage
  138.     Left = 312
  139.     Top = 8
  140.     Width = 32
  141.     Height = 32
  142.     Anchors = [akTop, akRight]
  143.     Picture.Data = {<image002.bmp>}
  144.     Transparent = True
  145.   end
  146.   object rgFutureActions: TRadioGroup
  147.     Left = 8
  148.     Top = 128
  149.     Width = 337
  150.     Height = 65
  151.     Anchors = [akLeft, akTop, akRight, akBottom]
  152.     Caption = 'If Spybot - Search && Destroy encounters this process again... '
  153.     ItemIndex = 0
  154.     Items.Strings = (
  155.       'Inform me again.'
  156.       'Automatically kill this process.'
  157.       'Allow this process to run (NOT RECOMMENDED).')
  158.     Constraints.MinHeight = 65
  159.     TabOrder = 0
  160.   end
  161.   object bnOk: TButton
  162.     Left = 264
  163.     Top = 200
  164.     Width = 81
  165.     Height = 25
  166.     Action = aOK
  167.     Anchors = [akRight, akBottom]
  168.     Default = True
  169.     ModalResult = 1
  170.     TabOrder = 1
  171.   end
  172.   object cbDelete: TCheckBox
  173.     Left = 8
  174.     Top = 200
  175.     Width = 225
  176.     Height = 17
  177.     Anchors = [akLeft, akTop, akRight]
  178.     Caption = 'Delete the associated file.'
  179.     Checked = True
  180.     State = cbChecked
  181.     TabOrder = 2
  182.   end
  183.   object bnHelp: TButton
  184.     Left = 232
  185.     Top = 200
  186.     Width = 25
  187.     Height = 25
  188.     Action = aHelp
  189.     Anchors = [akRight, akBottom]
  190.     TabOrder = 3
  191.   end
  192.   object myXPManifest: TXPManifest
  193.     Left = 168
  194.     Top = 200
  195.   end
  196.   object ActionList1: TActionList
  197.     Left = 136
  198.     Top = 200
  199.     object aOK: TAction
  200.       Caption = 'OK'
  201.       OnExecute = aOKExecute
  202.     end
  203.     object aHelp: TAction
  204.       Caption = '?'
  205.       OnExecute = aHelpExecute
  206.     end
  207.   end
  208. end
  209.